dictionary all key where value c#

46

dictionary all key where value c# -

var myKey = types.FirstOrDefault(x => x.Value == "one").Key;

Comments

Submit
0 Comments